home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / Product-Info < prev   
Fred Fish's Product-Info  |  1995-03-14  |  1KB  |  47 lines

  1. .name
  2. ErrorMsg
  3. .type
  4. Library
  5. .short
  6. Lib to display localized error messages
  7. .description
  8.     All  developpers know how boring it is to include in their programs
  9. messages  telling the user what went wrong on an error.  This is a long and
  10. tiresome  task  for the programmer, who would prefer to do more interesting
  11. things.
  12.  
  13.     Moreover,   including   error  messages  in  the  executable  often
  14. dramatically  increases the size of the files, and these messages are often
  15. in  english  only.   So the idea of a shared library that would provide all
  16. localized error messages the system could deliver was born.  This is exacly
  17. what  errormsg.library  is.  It includes a function to simply get a pointer
  18. on  the  message  to  display,  and  functions  to display it.  As of V2.0,
  19. errormsg.library  has  a  query function which enables it to be called from
  20. ARexx programs.
  21.  
  22.     In   errormsg.library,   error   messages   are   identified  by  a
  23. system/subsystem  id  (to  be able to from know who the message is) and the
  24. Code  itself.  Most of the functions provide tags to alter the behaviour of
  25. the library.  Check the autodoc file for more information.
  26. .version
  27. 3.03
  28. .date
  29. 1994.11.30
  30. .author
  31. Frederic Delacroix
  32. .distribution
  33. Freeware
  34. .address
  35. 5 rue d'Artres
  36. 59269 QUERENAING, FRANCE
  37. .docs
  38. Doc/ErrorMsg.doc
  39. Doc/ErrorMsg.LisezMoi
  40. Doc/ErrorMsg.ReadMe
  41. Doc/History
  42. .described-by
  43. Richard Fish (rjf@amigalib.com)
  44. .submittal
  45. Submitted on disk directly by the author.
  46.  
  47.